home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000398_news@columbia.edu_Mon Dec 5 09:04:30 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29919
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 12 Dec 1994 04:10:05 -0500
  3. Received: by apakabar.cc.columbia.edu id AA00385
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 12 Dec 1994 04:10:03 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!Germany.EU.net!news.dfn.de!zeus.rbi.informatik.uni-frankfurt.de!terra.wiwi.uni-frankfurt.de!news.th-darmstadt.de!fauern!news.unibw-muenchen.de!p41bsmk
  6. From: p41bsmk@kommsrv.rz.unibw-muenchen.de (Peter Schmolck)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: term type in telnet-macro (Kermit 3.14)
  9. Date: 5 Dec 1994 09:04:30 GMT
  10. Organization: University of the Federal Armed Forces Munich
  11. Lines: 35
  12. Message-Id: <3bul2u$47d@infosrv.rz.unibw-muenchen.de>
  13. Nntp-Posting-Host: kommsrv.rz.unibw-muenchen.de
  14. X-Newsreader: NN version 6.5.0 #5 (NOV)
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I'm using MS-Kermit 3.14 Beta-14. My UNIX-hosts do not know what to do 
  18. with "vt320", and when trying to adjust my mscustom.ini definitions I 
  19. noted an inconsistency (or bug?).
  20.  
  21. The telnet macro in mskermit.ini:
  22.  
  23. define TELNET -
  24.   set flow none,-
  25.   set port tcp \%1 \%2,-
  26.   pause 0, if fail end 1,-
  27.   if def \%3 set term type \%3,-
  28.   if succ c  
  29.  
  30. and accordingly the myhost define in mscustom.ini:
  31.  
  32.  define myhost -
  33.    telnet myhost 23 vt320,-
  34.    if success assign myhost telnet \v(session)
  35.  
  36. set the terminal type, and not only the TELNET-negotiated "telnet
  37. term-type" (which I rather preferred the macro to do). When I changed the
  38. myhost define from vt320 to vt220 the result was, that -- expectedly --
  39. the status line entry changed to VT220, but --unexpectedly-- the remote
  40. TELNET server still received a "VT320". (??)
  41.  
  42. BTW, mskermit.bwr says: "... to create an override string with command 
  43.  SET TCP/IP TELNET-TERM-TYPE."
  44.      ^^^^^^^^^^^^^^
  45. Instead this should read either "set tcp/ip term-type" or "set telnet 
  46. term-type".
  47. --
  48. Peter Schmolck                                p41bsmk@rz.unibw-muenchen.de
  49. Department of Education                       Phone :     +49-89-6004-2056
  50. Univ. of the Federal Armed Forces Munich      Fax   :     +49-89-6004-3968
  51. 85577 NEUBIBERG, GERMANY